home *** CD-ROM | disk | FTP | other *** search
/ EIDOS Interactive Digital Press Kit ECTS 1997 / EIDOS Digital Press Kit - ECTS 1997 - Disc 1.iso / pc / jsf.dir / Internal_184.ls < prev    next >
Encoding:
Text File  |  1997-08-29  |  163 b   |  13 lines

  1. on selectlan
  2.   global lan
  3.   if lan = "e" then
  4.     goenglish()
  5.   end if
  6.   if lan = "f" then
  7.     gofrench()
  8.   end if
  9.   if lan = "g" then
  10.     gogerman()
  11.   end if
  12. end
  13.